docs: Add running Goose in CI tutorial#1426
Merged
angiejones merged 6 commits intomainfrom Mar 7, 2025
Merged
Conversation
Contributor
|
angiejones
reviewed
Mar 1, 2025
angiejones
reviewed
Mar 1, 2025
angiejones
reviewed
Mar 1, 2025
angiejones
reviewed
Mar 1, 2025
angiejones
reviewed
Mar 1, 2025
angiejones
requested changes
Mar 1, 2025
angiejones
approved these changes
Mar 5, 2025
angiejones
requested changes
Mar 5, 2025
documentation/docs/tutorials/cicd.md
Outdated
|
|
||
| ## Using Goose with CI-Specific MCP Servers | ||
|
|
||
| If your workflow involves custom environments or tools, you can extend Goose by integrating it with MCP servers. |
Collaborator
There was a problem hiding this comment.
how? i think we should show a small example of how to configure one. i cant envision myself how to do it
Contributor
Author
There was a problem hiding this comment.
Took it out for now. What I had in mind was much similar to the earlier, more manual GitHub CLI flow - to be able to get or act on the jobs / processes in the CI.
angiejones
approved these changes
Mar 7, 2025
michaelneale
added a commit
that referenced
this pull request
Mar 9, 2025
* main: feat: parallel processing in approve mode (#1575) Feat: support auto-including dirs in binary/bench-work-dir (#1576) refactor models component (#1535) docs: Add running Goose in CI tutorial (#1426) chore: remove logging of oauth config, just log where we output (#1573) feat: implement a tool permission store (#1516) minor typo (#1569) fix: open new session in working dir when hotkey is pressed (#1570) feat: store working directory for sessions (#1559) docs: extension timeout (#1567) fix: update openrouter referer website to point to github page site (#1566) feat(cli): add --debug flag to goose session / run (#1564)
alicehau
pushed a commit
that referenced
this pull request
Mar 10, 2025
Co-authored-by: angiejones <jones.angie@gmail.com>
ahau-square
pushed a commit
that referenced
this pull request
May 2, 2025
Co-authored-by: angiejones <jones.angie@gmail.com>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Co-authored-by: angiejones <jones.angie@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes substantial updates to the documentation, specifically adding a new tutorial for running Goose in CI/CD environments. It also includes a minor fix in the Docusaurus configuration file.
Documentation Updates:
documentation/docs/tutorials/running-goose-cicd.md: Added a comprehensive tutorial on setting up Goose in CI/CD pipelines, including use cases, GitHub CLI usage, GitHub Actions integration, and security considerations.